isPointInCircle

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool isPointInCircle(T px, T py, T circleX, T circleY, T circleRadius)
  2. bool isPointInCircle(Vector2 point, Vector2 circle, float radius)
    pure nothrow @nogc @safe
    bool
    isPointInCircle
    (
    in Vector2 point
    ,
    in Vector2 circle
    ,
    in float radius
    )

Meta